home *** CD-ROM | disk | FTP | other *** search
- global gMonitorObj, gSoundLevel, gBioValue
-
- on mouseDown me
- ResetMonitors(gMonitorObj)
- set gBioValue to 2
- setLeft(gMonitorObj, "galaxy loop")
- setCenter(gMonitorObj, "TRAILER6")
- setRight(gMonitorObj, "Still Loop")
- resetMovie(gMonitorObj)
- set the volume of sprite 24 to gSoundLevel
- end
-
- on mouseEnter me
- cursor([41, 42])
- end
-
- on mouseLeave me
- cursor(0)
- end
-